PokemonSpeciesDexEntry

@Serializable
data class PokemonSpeciesDexEntry(val entryNumber: Int, val pokedex: Handle.Named<Pokedex>)(source)

The Pokédex number of a Pokémon species in a specific Pokédex. See: https://pokeapi.co/docs/v2#pokemonspeciesdexentry

Parameters

entryNumber

The index number within the referenced Pokédex.

pokedex

The Pokédex the referenced Pokémon species can be found in.

Constructors

Link copied to clipboard
constructor(entryNumber: Int, pokedex: Handle.Named<Pokedex>)

Properties

Link copied to clipboard
Link copied to clipboard